(prompt "Your system is running a " (database "cpu") " CPU.\n\n Which version of the program would you like to install ???" )
(choices "Standard (running all CPU's)" "Turbo (optimized for 68020/030)" )
(help "Select the correct program version, depending on your installed CPU. If you dont't know what type of CPU your machine has, install the standard version of the program,")
(default 0)
)
)
(if ( = 0 progversion )
(
(set progname "AddressAssist")
(message "Installing 'Standard' version of '" @app-name "'" )
)
(
(set progname "AddressAssist_030")
(message "Installing 'Turbo' version of '" @app-name "'" )
(prompt "Would you like copy the english documentation files ???" )
(help @askbool-help)
)
(
(copyfiles
(source "Doc_English" )
(dest (tackon @default-dest "Documentation" ))
(pattern "#?")
(infos)
)
)
)
(complete 80)
(if (askbool
(prompt "Would you like install the german catalog file ??? You need locale.library V38 and the logical assignment 'LOCALE:' for localisation to work." )